home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / splib43U.lha / superplay-lib_USR / SuperPlay / SuperPlay_MainAdd.h < prev    next >
C/C++ Source or Header  |  1994-12-13  |  522b  |  26 lines

  1. /* SuperPlay_MainAdd.h
  2.  
  3.    - For use with the GTB-generated SourceCode "SuperPlay_Main.c" -
  4.  
  5.    (c) 1993-94 by Andreas R. Kleinert
  6.  
  7.    Version      : V1.01
  8.    Last Changes : 22.01.1994
  9.  
  10.    Compiler     : SAS/C V6.5
  11.    Options      : (smakefile)
  12.  
  13. */
  14.  
  15. #ifndef SP_MAINADD_H
  16. #define SP_MAINADD_H
  17.  
  18. extern struct ExecBase      *SysBase;
  19. extern struct DosLibrary    *DOSBase;
  20.  
  21. extern struct IntuitionBase *IntuitionBase;
  22. extern struct GfxBase       *GfxBase;
  23. extern struct Library       *GadToolsBase;
  24.  
  25. #endif /* SP_MAINADD_H */
  26.